All Questions
2 questions
1vote
1answer
390views
Text segmentation problem
I am new to ML and trying to solve problem of text segmentation. I have a transcript of news show and I want to split this transcript into parts by topic. I tried to google and asked chatgpt and found ...
1vote
1answer
103views
How Sklearn-crfsuit interpret text features
As we see here, to build an NER model we can pass text features (parts of the word, pos tag, structure of the word etc.) to Sklearn-CRF. I was wondering how does this package convert the text features ...